Caption = "These controls are invisible at run time."
Height = 315
Left = 2700
TabIndex = 9
Top = 300
Width = 2835
End
End
Begin VB.PictureBox Picture2
Align = 1 'Align Top
BackColor = &H00C0C0C0&
BorderStyle = 0 'None
Height = 525
Left = 0
ScaleHeight = 525
ScaleWidth = 9930
TabIndex = 12
Top = 0
Width = 9930
Begin VB.CommandButton Command1
Caption = "Check Mail"
Enabled = 0 'False
Height = 330
Left = 8640
TabIndex = 14
ToolTipText = "Check New Mail"
Top = 90
Width = 1035
End
Begin VB.CommandButton Delete
Caption = "&Delete"
Enabled = 0 'False
Height = 330
Left = 4980
TabIndex = 4
ToolTipText = "Delete Message"
Top = 90
Width = 1035
End
Begin VB.CommandButton Next
Caption = "&Next"
Enabled = 0 'False
Height = 330
Left = 7440
TabIndex = 6
ToolTipText = "Next Message"
Top = 90
Width = 1035
End
Begin VB.CommandButton Previous
Caption = "&Previous"
Enabled = 0 'False
Height = 330
Left = 6420
TabIndex = 5
ToolTipText = "Previous Message"
Top = 90
Width = 1035
End
Begin VB.CommandButton SendCtl
Caption = "&Forward"
Enabled = 0 'False
Height = 330
Index = 9
Left = 3600
TabIndex = 3
ToolTipText = "Foward Message"
Top = 90
Width = 1035
End
Begin VB.CommandButton SendCtl
Caption = "Reply &All"
Enabled = 0 'False
Height = 330
Index = 8
Left = 2580
TabIndex = 2
ToolTipText = "Reply To all"
Top = 90
Width = 1035
End
Begin VB.CommandButton SendCtl
Caption = "&Reply"
Enabled = 0 'False
Height = 330
Index = 7
Left = 1560
TabIndex = 1
ToolTipText = "Reply"
Top = 90
Width = 1035
End
Begin VB.CommandButton SendCtl
Caption = "&Compose"
Enabled = 0 'False
Height = 330
Index = 6
Left = 180
TabIndex = 13
ToolTipText = "New Message"
Top = 90
Width = 1035
End
Begin VB.Line TopLine
BorderColor = &H00000000&
Index = 1
X1 = 15
X2 = 10800
Y1 = 505
Y2 = 505
End
Begin VB.Line Line1
BorderColor = &H00FFFFFF&
X1 = 0
X2 = 0
Y1 = 0
Y2 = 540
End
Begin VB.Line TopLine
BorderColor = &H00FFFFFF&
Index = 0
X1 = 0
X2 = 10800
Y1 = 0
Y2 = 0
End
End
Begin VB.Menu FileMenu
Caption = "&File"
Begin VB.Menu PrintMessage
Caption = "&Print Message"
Enabled = 0 'False
End
Begin VB.Menu PrSetup
Caption = "Prin&ter Setup..."
End
Begin VB.Menu sep
Caption = "-"
End
Begin VB.Menu Exit
Caption = "E&xit"
End
End
Begin VB.Menu EditMenu
Caption = "&Edit"
Begin VB.Menu EditDelete
Caption = "Delete"
Enabled = 0 'False
End
End
Begin VB.Menu Mail
Caption = "&Mail"
Begin VB.Menu Logon
Caption = "Lo&gon"
End
Begin VB.Menu LogOff
Caption = "Log&off"
Enabled = 0 'False
End
Begin VB.Menu sep2
Caption = "-"
End
Begin VB.Menu rMsgList
Caption = "Update Message List"
Enabled = 0 'False
End
End
Begin VB.Menu Options
Caption = "&Options"
Begin VB.Menu MailOpts
Caption = "&Mail..."
End
Begin VB.Menu FontS
Caption = "&Fonts"
Begin VB.Menu FontScreen
Caption = "&Screen..."
End
Begin VB.Menu FontPrt
Caption = "&Printer..."
End
End
Begin VB.Menu DispTools
Caption = "&Display Tools"
Checked = -1 'True
Enabled = 0 'False
End
End
Begin VB.Menu Address
Caption = "&Address"
Begin VB.Menu ShowAB
Caption = "Show Address Book"
End
End
Begin VB.Menu Window
Caption = "Window"
WindowList = -1 'True
Begin VB.Menu wa
Caption = "&Cascade"
Index = 0
End
Begin VB.Menu wa
Caption = "Tile Horizontally"
Index = 1
End
Begin VB.Menu wa
Caption = "Tile Vertically"
Index = 2
End
Begin VB.Menu wa
Caption = "Arrange Icons"
Index = 3
End
End
Begin VB.Menu HelpMenu
Caption = "&Help"
Begin VB.Menu About
Caption = "&About"
End
End
Attribute VB_Name = "VBMail"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub About_Click()
MsgBox "Mail Application made by Taylor Hucker, and Microsoft's help on making this. Give me feedback on this at khucker@interconnect.net ", 0, "VB Mail"